ActiveReports 9
ObserveList<TI>(INotificationCollection<TI>,Func<TI,Int32,IDisposable>,Action<TI>) Method

Observed modifyable collection
Syntax
'Declaration
 
Public Overloads Shared Function ObserveList(Of TI)( _
   ByVal list As INotificationCollection(Of TI), _
   ByVal subscribeItem As System.Func(Of TI,Integer,IDisposable), _
   ByVal removedAction As System.Action(Of TI) _
) As System.IDisposable
public static System.IDisposable ObserveList<TI>( 
   INotificationCollection<TI> list,
   System.Func<TI,int,IDisposable> subscribeItem,
   System.Action<TI> removedAction
)

Parameters

list
subscribeItem
removedAction

Type Parameters

TI
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActiveModelListenExtensions Class
ActiveModelListenExtensions Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum